-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Set up golang context when initiating controller manager #2339
Conversation
9aff8b4
to
98eb3ae
Compare
98eb3ae
to
e34483d
Compare
53ce118
to
46c6301
Compare
I'll take another look once tests are green :) |
46c6301
to
219e5de
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2339 +/- ##
==========================================
+ Coverage 50.21% 50.27% +0.05%
==========================================
Files 87 87
Lines 8041 8042 +1
==========================================
+ Hits 4038 4043 +5
+ Misses 3676 3674 -2
+ Partials 327 325 -2
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nits
78226c3
to
9d02623
Compare
/retest pull-cluster-api-provider-vsphere-test-main |
@zhanggbj: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Set up golang context when initiating controller manager and also pass it down to VSphereCluster controller Signed-off-by: Gong Zhang <[email protected]>
9d02623
to
62877a6
Compare
@zhanggbj: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@sbueringer thanks for your review, it's ready for a second look. |
Thank you very much!! /lgtm /assign @chrischdi |
LGTM label has been added. Git tree hash: fa9cd0f600176d32edb2c2278fd99c2273f3ae1c
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Awesome work! Thanks @zhanggbj 🏆 |
What this PR does / why we need it:
Set up golang context when initiating controller manager and also pass it down to VSphereCluster controller.
For other controllers, will update in separate PR.
This is part of #2295.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2295